home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / chol < prev    next >
Text File  |  1994-04-25  |  355b  |  14 lines

  1. chol:
  2.  
  3. Syntax:    chol( A )
  4.  
  5. Description:
  6.  
  7.     Chol computes the Cholesky factorization of the input matrix.
  8.     The input matrix must be real symmetric positive definite, or
  9.     complex Hermitian positive definite.  chol() produces an upper
  10.     triangular matrix [U], such that U' * U and A (the input) are
  11.     equal.
  12.  
  13.     chol() use the LAPACK subroutine DPOTRF and ZPOTRF.
  14.